home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / ingres04.lzh / source / Config next >
Encoding:
Text File  |  1993-01-20  |  1.2 KB  |  46 lines

  1. ###################################################################
  2. ###################################################################
  3. ###                                ###
  4. ###                                ###
  5. ###    *****    *   *    *****    ****     *****     ****    ###
  6. ###      *      **  *    *        *   *    *        *        ###
  7. ###      *      * * *    * ***    ****     ***       ***     ###
  8. ###      *      *  **    *   *    *  *     *            *    ###
  9. ###    *****    *   *    *****    *   *    *****    ****     ###
  10. ###                                ###
  11. ###                                ###
  12. ###          A relational database management system        ###
  13. ###                                ###
  14. ###                RELEASE 8.9                ###
  15. ###                                ###
  16. ###################################################################
  17. ###################################################################
  18. #
  19. #    For information contact:
  20. #        Mike Stonebraker
  21. #        Dept. of Electrical Engineering &
  22. #          Computer Science
  23. #        University of California
  24. #        Berkeley, California  94720
  25. #
  26. #    For information on Linux/386BSD port contact:
  27. #        Zeyd M. Ben-Halim
  28. #        zmbenhal@netcom.com
  29.  
  30. #
  31. #    Config for Linux    Jan 10, 1993
  32. #        386BSD support  Jan 10, 1993
  33. #
  34.  
  35. # You need an ANSI-C compilers
  36. CC = gcc
  37.  
  38. # the cputype, VAX or SUN
  39. # for i386 and i486 define VAX
  40. CPUTYPE=VAX
  41.  
  42. # Master configuration
  43. CONFIG= -D$(CPUTYPE) 
  44.  
  45.  
  46.